net: tftpput: implement tftp logic
authorSimon Glass <[email protected]>
Mon, 24 Oct 2011 18:00:07 +0000 (18:00 +0000)
committerWolfgang Denk <[email protected]>
Wed, 26 Oct 2011 19:36:22 +0000 (21:36 +0200)
commit1fb7cd498e6a5a7e14e1ac5518262a35ed293f3e
tree39bb7db58e2d99c2472a3368c9f32df7d79f6a22
parent1aec244acf9daf0d4dad80fe86b2c2b7404251d6
net: tftpput: implement tftp logic

This adds logic to tftp.c to implement the tftp 'put' command, and
updates the README.

Signed-off-by: Simon Glass <[email protected]>
README
net/net.c
net/tftp.c